home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / VendorS.h.z / VendorS.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  53 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: VendorS.h /main/9 1995/07/13 18:18:56 drk $ */
  12. /*
  13. *  (c) Copyright 1989, 1990  DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  14. /*
  15. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  16. /*
  17. *  (c) Copyright 1988 MASSACHUSETTS INSTITUTE OF TECHNOLOGY  */
  18. /*
  19. *  (c) Copyright 1988 MICROSOFT CORPORATION */
  20. #ifndef _XmVendorS_h
  21. #define _XmVendorS_h
  22.  
  23. #include <Xm/Xm.h>
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28.  
  29.  
  30. #ifndef XmIsVendorShell
  31. #define XmIsVendorShell(w)    XtIsSubclass(w, vendorShellWidgetClass)
  32. #endif /* XmIsVendorShell */
  33.  
  34. typedef struct _XmVendorShellRec *XmVendorShellWidget;
  35. typedef struct _XmVendorShellClassRec *XmVendorShellWidgetClass;
  36. externalref WidgetClass vendorShellWidgetClass;
  37.  
  38.  
  39. /********    Public Function Declarations    ********/
  40.  
  41. extern Boolean XmIsMotifWMRunning( 
  42.                         Widget shell) ;
  43.  
  44. /********    End Public Function Declarations    ********/
  45.  
  46.  
  47. #ifdef __cplusplus
  48. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  49. #endif
  50.  
  51. #endif /* _XmVendorS_h */
  52. /* DON'T ADD STUFF AFTER THIS #endif */
  53.